// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Campus High School Orchestra: Electrify Your Symphony','Orpheum Theatre - Wichita','Wichita, KS','Saturday','5/11/2024','7:00 PM','6325755','Campus-High-School-Orchestra--Electrify-Your-Symphony-5-11-2024'],['EMO Orchestra: Escape The Fate','Orpheum Theatre - Wichita','Wichita, KS','Sunday','5/12/2024','7:00 PM','6231213','EMO-Orchestra--Escape-The-Fate-5-12-2024'],['Josh Gates','Orpheum Theatre - Wichita','Wichita, KS','Friday','5/17/2024','8:00 PM','6296013','Josh-Gates-5-17-2024'],['Pete Davidson','Orpheum Theatre - Wichita','Wichita, KS','Wednesday','5/22/2024','7:00 PM','6369782','Pete-Davidson-5-22-2024'],['Brit Floyd','Orpheum Theatre - Wichita','Wichita, KS','Tuesday','6/4/2024','8:00 PM','5648738','Brit-Floyd-6-4-2024'],['Randy Travis','Orpheum Theatre - Wichita','Wichita, KS','Friday','6/7/2024','7:00 PM','6366047','Randy-Travis-6-7-2024'],['Brad Williams','Orpheum Theatre - Wichita','Wichita, KS','Friday','6/21/2024','7:00 PM','5859592','Brad-Williams-6-21-2024'],['Colin Mochrie & Brad Sherwood','Orpheum Theatre - Wichita','Wichita, KS','Sunday','8/18/2024','7:30 PM','5881788','Colin-Mochrie---Brad-Sherwood-8-18-2024'],['Celtic Thunder','Orpheum Theatre - Wichita','Wichita, KS','Friday','10/4/2024','7:30 PM','6300399','Celtic-Thunder-10-4-2024'],['Black Jacket Symphony: Elton John's Madman Across the Water','Orpheum Theatre - Wichita','Wichita, KS','Wednesday','10/16/2024','8:00 PM','6337340','Black-Jacket-Symphony--Elton-John-s-Madman-Across-the-Water-10-16-2024'],['Mark Normand','Orpheum Theatre - Wichita','Wichita, KS','Saturday','11/2/2024','7:00 PM','6384179','Mark-Normand-11-2-2024'],['Nutcracker! Magical Christmas Ballet','Orpheum Theatre - Wichita','Wichita, KS','Tuesday','12/10/2024','7:00 PM','6366045','Nutcracker--Magical-Christmas-Ballet-12-10-2024']],'Orpheum Theatre Wichita','http://www.ticketnetwork.com/ticket/Orpheum-Theatre-Wichita-events.aspx');